projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
755a116
)
imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure
author
Ye Li
<
[email protected]
>
Sat, 30 Jan 2016 03:53:42 +0000
(11:53 +0800)
committer
Stefano Babic
<
[email protected]
>
Tue, 2 Feb 2016 20:22:04 +0000
(21:22 +0100)
The BOOTCFG value used by bmode for SABRESD eMMC boot are actually for SD card.
Fixed the value to correct one.
Signed-off-by: Ye Li <
[email protected]
>
Signed-off-by: Peng Fan <
[email protected]
>
Reviewed-by: Stefano Babic <
[email protected]
>
Cc: Fabio Estevam <
[email protected]
>
Acked-by: Fabio Estevam <
[email protected]
>
board/freescale/mx6sabresd/mx6sabresd.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx6sabresd/mx6sabresd.c
b/board/freescale/mx6sabresd/mx6sabresd.c
index d20953d2ca48411024e04f7f04c38704ff5fc8f0..42f89ab2ab09c340b169cece8a34951cff46d033 100644
(file)
--- a/
board/freescale/mx6sabresd/mx6sabresd.c
+++ b/
board/freescale/mx6sabresd/mx6sabresd.c
@@
-638,7
+638,7
@@
static const struct boot_mode board_boot_modes[] = {
{"sd2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
{"sd3", MAKE_CFGVAL(0x40, 0x30, 0x00, 0x00)},
/* 8 bit bus width */
- {"emmc", MAKE_CFGVAL(0x
40, 0x3
8, 0x00, 0x00)},
+ {"emmc", MAKE_CFGVAL(0x
60, 0x5
8, 0x00, 0x00)},
{NULL, 0},
};
#endif